-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Class.class as an accept data type in TypedOption #65
Conversation
Codecov Report
@@ Coverage Diff @@
## master #65 +/- ##
============================================
+ Coverage 84.80% 84.83% +0.02%
- Complexity 767 768 +1
============================================
Files 60 60
Lines 2205 2209 +4
Branches 324 325 +1
============================================
+ Hits 1870 1874 +4
Misses 191 191
Partials 144 144
Continue to review full report at Codecov.
|
return Class.forName(value); | ||
} catch (ClassNotFoundException e) { | ||
throw new RuntimeException(String.format( | ||
"Failed to convert String to Class '%s'", value), e); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Failed to parse Class from String '%s'"
ci error:
|
No description provided.